home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / System 7.5 Update 2.0 / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Window Properties < prev   
Encoding:
Text File  |  1996-01-25  |  291 b   |  13 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of window "Test1"
  3.     best type of window 2
  4.     default type of window -2
  5.     name of first window
  6.     bounds of window 1
  7.     visible of window 2
  8.     index of window 2
  9.     floating of window 2
  10.     zoomed of first window
  11.     zoomable of window 2
  12.     modal of window "Test1"
  13. end tell